projects
/
xen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de64484
)
[IA64] Don't complain about PAL_LOGICAL_TO_PHYSICAL
author
awilliam@xenbuild2.aw
<awilliam@xenbuild2.aw>
Tue, 6 Feb 2007 22:08:09 +0000
(15:08 -0700)
committer
awilliam@xenbuild2.aw
<awilliam@xenbuild2.aw>
Tue, 6 Feb 2007 22:08:09 +0000
(15:08 -0700)
It's optional
Signed-off-by: Alex Williamson <alex.williamson@hp.com>
xen/arch/ia64/xen/fw_emul.c
patch
|
blob
|
history
diff --git
a/xen/arch/ia64/xen/fw_emul.c
b/xen/arch/ia64/xen/fw_emul.c
index 905d29c6fd31234c76b43b44b5ab801651af51e3..60f955ff79322db90fd229c4acf6f4369c98beae 100644
(file)
--- a/
xen/arch/ia64/xen/fw_emul.c
+++ b/
xen/arch/ia64/xen/fw_emul.c
@@
-625,6
+625,9
@@
xen_pal_emulator(unsigned long index, u64 in1, u64 in2, u64 in3)
if (VMX_DOMAIN(current))
status = PAL_STATUS_SUCCESS;
break;
+ case PAL_LOGICAL_TO_PHYSICAL:
+ /* Optional, no need to complain about being unimplemented */
+ break;
default:
printk("xen_pal_emulator: UNIMPLEMENTED PAL CALL %lu!!!!\n",
index);